home *** CD-ROM | disk | FTP | other *** search
-
-
- GEMDOS binding for Personal Pascal
-
- By Jinfu Chen
-
- This package includes two files, GEMDOS.PAS and GEMDOS.TYP. In order to
- use it in your program, you can use the compiler directive I to include them in
- your program. For example:
-
- PROGRAM myprogram ;
-
- CONST
- your_constant goes here ;
-
- TYPE
- {$I GEMDOS.TYP}
- your_type goes here ;
-
- VAR
- your_variable goes here ;
-
- {$I GEMODS.PAS}
-
- your_procedure goes here ;
- your_function goes here ;
-
- BEGIN
- your_program goes here ;
- END.
-
-
- I tested most of the procedures and found out some of them don't work.
- Procedures to send characters to printer port and send raw character to screen
- are among them. Also get edited string from console doesn't seem to work. I
- couldn't figure out why since all the procedures pass compilation. If you can
- find out why please send me an E-mail to the address in the header of the file.
-
- Jan. 5, 1986
-
-
-